home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 February: Tool Chest / Dev.CD Feb 94.toast / Tool Chest / Development Platforms / AppsToGo / AppsToGo.src / AppsToGo.Changes / DTS.Draw / Start.c.df < prev    next >
Encoding:
Text File  |  1993-06-18  |  2.1 KB  |  51 lines  |  [TEXT/MPS ]

  1. File #1: b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:Start.c
  2. File #2: a:Desktop Folder:AppsToGo.src:DTS.Draw:Start.c
  3.  
  4. Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:Start.c"; Line 7; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:Start.c"; Line 7)
  5. ** Copyright © 1989-1991 Apple Computer, Inc.
  6.  
  7. ** Copyright © 1989-1993 Apple Computer, Inc.
  8.  
  9.  
  10. Extra lines in 2nd before 11 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:Start.c"; Line Δ11; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:Start.c"; Line 11:18)
  11. /* You may incorporate this sample code into your applications without
  12. ** restriction, though the sample code has been provided "AS IS" and the
  13. ** responsibility for its operation is 100% yours.  However, what you are
  14. ** not permitted to do is to redistribute the source as "DSC Sample Code"
  15. ** after having made changes. If you're going to re-distribute the source,
  16. ** we require that you make it clear in the source that the code was
  17. ** descended from Apple Sample Code, but that you've made changes. */
  18.  
  19.  
  20.  
  21. Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:Start.c"; Line 20:21; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:Start.c"; Line 28:29)
  22. #ifndef __HEADERS__
  23. #include <Headers.h>
  24.  
  25. #ifndef __TOOLUTILS__
  26. #include <ToolUtils.h>
  27.  
  28.  
  29. Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:Start.c"; Line 24:25; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:Start.c"; Line 32:33)
  30. #ifndef __TOOLUTILS__
  31. #include <ToolUtils.h>
  32.  
  33. #ifndef __HEADERS__            /* This include allows THINK to search all header files. */
  34. #include <Headers.h>
  35.  
  36.  
  37. Extra lines in 2nd before 68 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:Start.c"; Line Δ68; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:Start.c"; Line 76:78)
  38.     if(TSMTEAvailable())
  39.         InitTSMAwareApplication();
  40.  
  41.  
  42.  
  43. Extra lines in 2nd before 70 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:Start.c"; Line Δ70; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:Start.c"; Line 81:84)
  44.  
  45.     if(TSMTEAvailable())
  46.         CloseTSMAwareApplication();
  47.  
  48.  
  49.  
  50. *** EOF on both files at the same time ***
  51.